[INFO] fetching crate subtext 0.3.5...
[INFO] testing subtext-0.3.5 against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] extracting crate subtext 0.3.5 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate subtext 0.3.5
[INFO] finished tweaking crates.io crate subtext 0.3.5
[INFO] tweaked toml for crates.io crate subtext 0.3.5 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate subtext 0.3.5 on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate subtext 0.3.5 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 64f52b0fa69f7ed582970545719c4556950959c226cb5366eee76a2f36f6ce3d
[INFO] running `Command { std: "docker" "start" "-a" "64f52b0fa69f7ed582970545719c4556950959c226cb5366eee76a2f36f6ce3d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "64f52b0fa69f7ed582970545719c4556950959c226cb5366eee76a2f36f6ce3d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "64f52b0fa69f7ed582970545719c4556950959c226cb5366eee76a2f36f6ce3d", kill_on_drop: false }`
[INFO] [stdout] 64f52b0fa69f7ed582970545719c4556950959c226cb5366eee76a2f36f6ce3d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2079ce3e5fcd178bae8b5f9aa9fbd948d6fd0af03b69bf9347ea93ff18e0f46d
[INFO] running `Command { std: "docker" "start" "-a" "2079ce3e5fcd178bae8b5f9aa9fbd948d6fd0af03b69bf9347ea93ff18e0f46d", kill_on_drop: false }`
[INFO] [stderr]    Compiling mac v0.1.1
[INFO] [stderr]    Compiling anyhow v1.0.60
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.4
[INFO] [stderr]    Compiling futf v0.1.5
[INFO] [stderr]    Compiling tendril v0.4.3
[INFO] [stderr]    Compiling subtext v0.3.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/predicate.rs:11:44
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub fn sequence_to_predicate(mut sequence: Sequence) -> impl FnMut(&char) -> Option<usize> + '_ {
[INFO] [stdout]    |                                            ^^^^^^^^ the lifetime is hidden here              ^^ the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub fn sequence_to_predicate(mut sequence: Sequence<'_>) -> impl FnMut(&char) -> Option<usize> + '_ {
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s
[INFO] running `Command { std: "docker" "inspect" "2079ce3e5fcd178bae8b5f9aa9fbd948d6fd0af03b69bf9347ea93ff18e0f46d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2079ce3e5fcd178bae8b5f9aa9fbd948d6fd0af03b69bf9347ea93ff18e0f46d", kill_on_drop: false }`
[INFO] [stdout] 2079ce3e5fcd178bae8b5f9aa9fbd948d6fd0af03b69bf9347ea93ff18e0f46d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 972cfb0c43f3221e0fee7f8370c7dbd091a0d88885a8f0d7c73e6089b9ccab90
[INFO] running `Command { std: "docker" "start" "-a" "972cfb0c43f3221e0fee7f8370c7dbd091a0d88885a8f0d7c73e6089b9ccab90", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.69
[INFO] [stderr]    Compiling unicode-ident v1.0.3
[INFO] [stderr]    Compiling syn v1.0.99
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.82
[INFO] [stderr]    Compiling bumpalo v3.11.0
[INFO] [stderr]    Compiling once_cell v1.13.1
[INFO] [stderr]    Compiling wasm-bindgen v0.2.82
[INFO] [stderr]    Compiling scoped-tls v1.0.0
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/predicate.rs:11:44
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub fn sequence_to_predicate(mut sequence: Sequence) -> impl FnMut(&char) -> Option<usize> + '_ {
[INFO] [stdout]    |                                            ^^^^^^^^ the lifetime is hidden here              ^^ the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub fn sequence_to_predicate(mut sequence: Sequence<'_>) -> impl FnMut(&char) -> Option<usize> + '_ {
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling wasm-bindgen-test-macro v0.3.32
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.82
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.82
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.82
[INFO] [stdout] error: older versions of the `wasm-bindgen` crate are incompatible with current versions of Rust; please update to `wasm-bindgen` v0.2.88
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `wasm-bindgen` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "972cfb0c43f3221e0fee7f8370c7dbd091a0d88885a8f0d7c73e6089b9ccab90", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "972cfb0c43f3221e0fee7f8370c7dbd091a0d88885a8f0d7c73e6089b9ccab90", kill_on_drop: false }`
[INFO] [stdout] 972cfb0c43f3221e0fee7f8370c7dbd091a0d88885a8f0d7c73e6089b9ccab90
